home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970104-19970326 / 000369_news@columbia.edu _Thu Mar 6 09:45:13 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA11407
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 6 Mar 1997 09:45:13 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA06073
  7.     for kermit.misc@watsun; Thu, 6 Mar 1997 09:45:12 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Kermit 95 problem with COM port
  12. Date: 6 Mar 1997 14:45:09 GMT
  13. Organization: Columbia University
  14. Lines: 15
  15. Message-ID: <5fml9l$9co$1@apakabar.cc.columbia.edu>
  16. References: <5fl8ao$scn@camel0.mindspring.com>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:6705
  19.  
  20. In article <5fl8ao$scn@camel0.mindspring.com>,
  21. Sanjay Rao <srisoft@mindspring.com> wrote:
  22. : I am using Kermit 95 version 1.1.10 under Windows 95. For some reason,
  23. : it  is not able to detect my internal modem. When I use the command 
  24. : set line com2 the error is "can't open connection: com2". 
  25. : Other Windows 95 applications are able to use the modem fine?
  26. If COM2 is Plug-n-Play and/or PCMCIA device, it has to be "initialized"
  27. before K95 can use it.  K95 1.1.10 and later come with a program to do
  28. this, called K95CINIT.  It is explained in Kermit 95 READ.ME file.
  29.  
  30. If you have any further trouble, send e-mail to kermit-support@columbia.edu.
  31.  
  32. - Frank